home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Atari Mega Archive 1
/
Atari Mega Archive - Volume 1.iso
/
utils
/
xaes_bg.lzh
/
XAES_BG.TXT
< prev
Wrap
Text File
|
1994-05-26
|
19KB
|
451 lines
******* ******* ****** ************** *********
***** ***** ********** ***** ***** ***** *****
***** ***** ***** ***** ***** ***** *****
***** ***** ***** ***** ***** *** ******
******** ************** *********** ***********
***** ***** ***** ***** ***** *** ******
***** ***** ***** ***** ***** ***** *****
***** ***** ***** ***** ***** ***** ***** *****
******* ******* ******* ******* ************** *********
X A E S B A C K G R O U N D
XAES Background (LTMF-2)
-------------------------
(Updated versions of Let 'em Fly)
Version 0.99A
May 1994
(c) 1991-94 Freaky Deaky Software and Bitgate Software
Written in C and Assembly by Oliver Scheel, Ken Hollis and Darryl Piper
(it's Shareware)
Introduction
================
Major news: Let 'em Fly has been taken over by Bitgate Software. The main
reason being because Oliver Scheel has left the Atari scene, and allowed
Darryl and I to update the program. You will see more updates here and
there, probably every two months. For new additions that will be added,
please see the end of this document.
Other news, Let 'em Fly is now known as XAES. What does this mean? It's
to stop all of the confusion of the versions of Let 'em Fly that are
already roaming around out there. Since Let 'em Fly has changed to XAES,
the next major release that is done will be XAES 1.00 (version number) so
it will stop confusion. The next version looks very promising.
About XAES Background
=========================
With XAES Background in your AUTO-Folder, many normal GEM dialogs learn to
fly like Julian Reschke's FlyDials (e.g. in Gemini). Furthermore, these
dialogs can be handled by using the shortcuts XAES Background offers. There
are many more features! The most important are:
- flying dials
As already described, many GEM dialogs learn to fly. This means you
can drag them around by using the mouse (ie. moving them by clicking a
non-selectable spot in the dialog or clicking outside of the dialog).
This requires that programs use the right AES calls to handle
dialogs.
- key dials
Many dialogs can be operated by using shortcuts. XAES Background scans
the dialog for possible keys. For example, the button 'Cancel' may
be activated by pressing [UNDO] and/or [ALT]+[C]. Also, if there are
any dialog boxes that are displayed, and they don't contain any
editable text items (ie. FTEXT type) you can activate a key dial by
simply pressing the corresponding key without [ALT].
- new edit functions within editable fields
This includes clipboard support, a history and a special character box
to enter 'ugly' chars. You can also reposition the cursor within the
dialog box by using the mouse, and clicking a space within the editable
item.
- new alert boxes with new icons
The alert boxes have also been reimplemented. They look more 'right
sized' and allow to load new icons.
- grow and shrink boxes can be switched off
To speed up building the screen, XAES Background allows you to switch
off the grow and shrink boxes.
- no pilot's licence needed
You got it! For using XAES Background, you don't need to absolve
flying lessons. Basic experiences in using the mouse should be
known, though...
XAES Background works on Atari ST/STe/TT/Falcon computers under all
resolutions, including true color. The new MultiTOS is supported, too,
sort of...
XAES Background comes with no warranty. This means that the authors will
not be liable for any damage which may caused by using or not using Let
'em Fly II.
XAES Background is Shareware. This means that this program may be freely
used and distributed for non-commercial use. All rights are reserved by
the authors!
The XAES Background distribution package:
- XAES_BG .PRG the program itself
- GEM1ICON.RSC the original Atari icons
- GEM2ICON.RSC the GEM/2 icons
- LTMFICON.RSC the XAES Background icons
- XAES_BG .TXT this manual
Installation
================
It's very easy to install XAES Background. Copy the program LETEMFLY.PRG
into your AUTO-Folder and restart your computer. To configure Let 'em Fly
II you can use the accessory LET_CONF.ACC or the CPX LET_CONF.CPX. The
ACC also runs as a program by renaming it into LET_CONF.APP or .PRG. The
switches are described later on.
Usage
=========
XAES Background requires that programs use the right AES calls to handle
dialogs. Otherwise XAES Background can't act as wanted. These calls are
mainly form_do, form_button and form_keybd calls. Any calls that handle
their own dialogs will bypass XAES Background's AES calls completely.
Flying Dials
------------
Within a GEM dialog there are selectable and non-selectable objects. If
you click a non selectable object the mouse arrow changes into a flat hand
and you can drag the dialog around by moving the mouse. By holding the
[SHIFT] key or the right mouse button, the dialog gets transparent and
you can look 'through' it if it's hiding some important information
behind it.
If you don't like where the dialog box is positioned, simply double-click
on the root object (the dialog box itself, or a non-selectable object) and
it will automatically re-center itself.
Key Dials
---------
XAES Background scans the current dialog for possible shortcuts and marks
them by drawing a line under the corresponding letter or highlighting it.
You can activate the button by holding the [ALT] key and pressing the
letter (or number). If there is no editable field you don't need to press
the [ALT] key. The functions keys [UNDO] and [HELP] are supported, too.
XAES Background scans the following strings to define these function keys:
[UNDO]: 'abbruch', 'abbrechen', 'verlassen', 'ende', 'nein', 'quit',
'cancel', 'abort', 'no', 'exit', 'forget', 'bypass', 'exclude'
[HELP]: 'help', 'hilfe', 'info', 'more', 'next'
(Remember, the original version of Let 'em Fly was in German, so expect
these to stay the same!)
The UNDO button and the default button can be normally activated via the
first letter (e.g. 'Cancel' via [ALT]+[C]). Furthermore, it's possible to
'move' the default button around by pressing [ALT]+[Tab] or [ALT]+[SHIFT]+
[Tab] (backwards). [SHIFT]+[Help] displays a copyright information
including the current version number.
Extended Editor
---------------
Within editable fields, there are more functions when using XAES Background.
GEM supports the following functions:
[Cursor Up] one field back
[Cursor Down] one field forward
[Cursor Left] one character left
[Cursor Right] one character right
[TAB] one field forward
[RETURN] terminate (apply) the dialog
(How boring GEM makes object editing!)
But XAES Background gives you many many more functions ...
[RETURN] if there is no default button, it jumps to the next
editable field
[SHIFT]+[RETURN] jumps to the next editable field, even if there is a
default button
[SHIFT]+[TAB] one field back
[SHIFT]+[Csr Left] jumps to the beginning of the field
[SHIFT]+[Csr Right] jumps to the end of the field
[CTRL]+[Csr Left] jumps one word left
[CTRL]+[Csr Right] jumps one word right
[Home] jumps to the first editable field
[S